home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17752 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news.vub.ac.be!usenet
  2. From: Stefan Lecho <stef@etec2.vub.ac.be>
  3. Newsgroups: comp.lang.c++
  4. Subject: Parallel C++
  5. Date: Wed, 17 Apr 1996 13:10:51 +0200
  6. Organization: Vrije Universiteit Brussel
  7. Message-ID: <3174D1BB.15A@etec2.vub.ac.be>
  8. NNTP-Posting-Host: etec3.vub.ac.be
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (X11; I; HP-UX A.09.05 9000/715)
  13.  
  14. Hello,
  15.  
  16. Our group is since several years working on a program for the numerical
  17. modelling of electrochemical systems.  The development of this software
  18. package is done according to the object oriented paradigm and in C++.
  19.  
  20. In the near future we want to develop and port the existing sequential
  21. code to a parallel machine, a DEC with 4 processors.  At the moment we
  22. have questions which we want to be resolved ASAP : 
  23.  
  24. 1. Has anyone knowledge of an existing parallel C++ implementation ?
  25. 2. Does the sequential code has to be adopted to the parallel machine or
  26. does a compiler or optimiser do this ?
  27. 3. What is the pratical performance increase (or decrease) ?
  28.  
  29. Thanks.
  30.  
  31. -- 
  32. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  33.  
  34. Stefan LECHO                            Software Developer
  35.  
  36. VUB - TW/ETEC         Computational Electrochemistry Group
  37. Pleinlaan 2           1050 Brussel                 Belgium 
  38.  
  39. PHONE   +32 - (0)2 629 28 11    FAX   +32 - (0)2 629 36 20 
  40.  
  41. WWW   http://wwwtw.vub.ac.be/ond/etec/ceg/english/stef.htm
  42. EMAIL                                 stef@etec2.vub.ac.be
  43.  
  44. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  45.